Nevron.GraphicsCore.Shapes Namespace / NCustomShape Class / NCustomShape Constructor / NCustomShape Constructor(PointF[],Byte[])


In This Topic
    NCustomShape Constructor(PointF[],Byte[])
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal points() As System.Drawing.PointF, _
       ByVal pointTypes() As System.Byte _
    )
    'Usage
     
    
    Dim points() As System.Drawing.PointF
    Dim pointTypes() As System.Byte
     
    Dim instance As New NCustomShape(points, pointTypes)
    public NCustomShape( 
       System.Drawing.PointF[] points,
       System.byte[] pointTypes
    )

    Parameters

    points
    pointTypes
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also